/*
	custom.css ? custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

#comment_form .text_input { font-family: Arial, Helvetica, sans-serif; }

body {
	background-image: url('images/background.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #c9d9e7;
	font-size: 6.5pt;
}

blockquote { font-style: normal; font-family: Arial, Helvetica, sans-serif; }

code { font-family: Courier, monospace; }

h1 { font-size: 4.5em; }
	#masthead h1 { padding: 0.1em 0 0.1em 0; }

h2 { font-size: 2.2em;}
	h2 a:visited { color: #000;}

h4 { font-size: 1.5em; color: #404040; font-family: Arial, Helvetica, sans-serif; }
	h4 a, h4 a:visited { color: #404040; }
	h4 a:hover { color: #404040; }

#container { width: 930px; margin-top: 5px; }
	#content_box { width: 930px; }
		#content { width: 667px; padding: 0 10px 0 0; margin-right: 3px; /*height: 800px; overflow: scroll; overflow-x: hidden;*/ }
		#sidebar { width: 250px; overflow: hidden; }
	#footer { width: 930px; }


#masthead { width: 930px; }

ul#nav { width: 910px; }
	ul#nav li { padding: 0.85em 30px 0.7em 0; font: bold 1.6em Helvetica, Arial, sans-serif; }
	ul#nav li.right { padding: 0.85em 0 0.7em 0; float: right; }
		ul#nav li.right a { margin: 0 20px 0 0; }


#container, #content_box, #masthead, #nav, ul#nav, #header_img {
/*	background: #ffffff; */
}

.navigation { width: 640px; }
.clear { width: 640px; }
.clearsingle { width: 640px; height: 1px; margin: 0 0 2em 0; clear: both; }

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 250px; margin: 0 0 1em 0; }

#comments { width: 640px; }
	ul#comment_list li { overflow: visible; }
	ul#comment_list li.comment { width: 640px; overflow: hidden; }
	ul#comment_list li.trackback { width: 640px; overflow: hidden; }
#comment_form { width: 640px; }
	#comment_form .text_area { width: 630px !important; height: 200px; }

#comment_list div.entry { padding-left: 10px; }

#commentPreview { font-size: 1.5em; }

#search_form .search_input { width: 241px; font-family: Arial, Helvetica, sans-serif; }

ul#comment_list li.trackback { width: 640px; padding: 1.2em 0 0 0; background: url('images/trackback_bg.gif'); }
.trackback { padding: 0 15px 0 20px; }

.entry ul, .entry ol {
	margin: 0 0 1em 40px;
}

.entry li {
	margin: 0;
}

.posted_by_box {
	text-align: center;
	line-height: 1.2em;
	clear: right;
	font-size: .9em;
	width: 80px;
	float: left;
	margin: 0 5px 5px 0;
	display: inline;
	padding: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
}

.tag_block {
	margin-top: 15px;
	overflow:hidden;
}

.noticelink {
	float: right;
}

.noticelink a, .noticelink a:visited {
	color: #202020;
	text-decoration: none;
}

.noticelink a:hover {
	color: #df0000;
	text-decoration: underline;
}

/* styles for ads */
.inlinedisp {
	display: block;
	width: 468px;
	height: 60px;
	margin: -2.5em auto 2.5em;
}

.commentdisp {
	display: block;
	width: 468px;
	height: 60px;
	margin: 0.5em auto 2.5em;
}

.block600disp {
	display: block;
	width: 600px;
	height: 250px;
	margin: 0.5em auto 2.5em;
}

.sidebardisp, #bbp {
	display: block;
	width: 250px;
/*	height: 250px;*/
	margin: 0 auto;
}
#bbp {
	height: 92px;
}
.Imgdisp {
	display: block;
	width: 250px;
	height: 90px;
}
.Imgdisp img {
	display: inline;
}
.Imgdisp a {
	margin: 0 2px;
	display: inline;
}

/* Bulls, Bears, Ponies! */
#bbp img {
	margin: 0 3px;
	width: 55px;
	height: 55px;
	border: 0;
}

#bbp a {
	display: inline;
	text-decoration: none;
	color: #000000;
}

#bbp a img.solid {
	display: none;
}

#bbp a:hover img.solid {
	display: inline;
}

#bbp a:hover img.faded {
	display: none;
}

#bbp a span {
	display: none;
}

#bbp a:hover span {
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px 1px 0;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
}

.bbpdefault {
	font-size: 12px;
	width: 250px;
	padding: 5px 1px 0;
	height: 32px;
	text-align: center;
	display: block;
}

.bbp-buy {
	float: left;
	width: 150px;
	border: 0;
	margin: 0 30px;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
/* end of Bulls, Bears, Ponies! */

.comment_num {
	float: left;
	padding: 0;
	font-size: 15px;
	color: #000000;
}

.comment_num a.comment_num {
	color: #000000;
}

.comment_num a.comment_num:hover {
	color: #df0000;
}

.comment_avatar {
	float: left;
	border: 1px solid #000000;
	width: 80px;
	height: 80px;
	padding: 0;
	text-align: center;
}

.comment_avatar .avatar { padding: 0;}

object {
	z-index: -100;
}

.sortable {
	margin: 5px auto 15px;
}

.sortable td {
	padding: 0px 5px;
	text-align: center;
	font-size: .9em;
}

.top_row {
	font-weight: bold;
}

.sortable img {
	border:0;
	margin:0;
}

.sortable thead {
	font-weight: bold;
	background: #EEEEEE;
	border-bottom: 2px solid #000000;
	text-align: center;
}